home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DEMOS / TRIAD.ZIP / TEXT.DAT < prev   
Encoding:
Text File  |  1996-04-14  |  1.6 KB  |  35 lines

  1.  
  2. ; Text to show in the intro. May use entire characterset.
  3. ; 254 is a carriage return. 255 is a clearscreen command
  4. ; and 0 represents the end of the text.
  5.  
  6. Label Text1 Byte
  7.      DB   '                                 -= OutLaW TRiaD =-',254
  8.      DB   254
  9.      DB   '                              - Vulture / Main Coder -',254
  10.      DB   '                                 - Troop / Sysop -',254
  11.      DB   '                                 - DaZl / Artist -',254
  12.      DB   '                                - Xplorer / Artist -',254
  13.      DB   254
  14.      DB   '                                  BaSeD IN HoLLAnd',255
  15.  
  16.      DB   '                           -= OuTLaW TRiaD DisTRo SiTEs =-',254
  17.      DB   254
  18.      DB   '                            BLueNoSe    +31 (0)345-619401',254
  19.      DB   '                           FiReHouSe    +31 (0)528-274176',254
  20.      DB   '                           The FoRCe    +31 (0)36-5346967',254
  21.      DB   "                           BuGs'R'Us    +31 (0)252-686092",254
  22.      DB   '                           The 7 AnGeLZ +31 (0)71-5128377',254
  23.      DB   '                           MaGiCWaRE    +39  6-52355532',254
  24.      DB   '                           ShOCkWaVe    +27  (011)888-6345',255
  25.  
  26.      DB   254
  27.      DB   '                              - CHeCK OuR DisTRo SiTEs -',254
  28.      DB   254
  29.      DB   '                                 - AnD ThE INTeRNeT -',254
  30.      DB   254
  31.      DB   '                               - FoR aLL oUR ReLeaSeS -',254
  32.      DB   254
  33.      DB   '                                     - AnD MoRE! -',254
  34.      DB   0
  35.